Hi! It's just a typo. You've declared the attribute in the MinuteurManager class as TimerMode with a capital T at the beginning, while in your implementation you've written it as timerMode with a lowercase t. Variable names in Swift are case sensitive :)
Topic:
Programming Languages
SubTopic:
Swift
Tags: